C1.Win.C1DX.4.8 Assembly / C1.Util.DX.DXGI Namespace / Resource1 Class / CreateSharedHandle Method / CreateSharedHandle(String,SharedResourceFlags,Nullable<SecurityAttributes>) Method

In This Topic
CreateSharedHandle(String,SharedResourceFlags,Nullable<SecurityAttributes>) Method
In This Topic
Creates a handle to a shared resource. You can then use the returned handle with multiple Direct3D devices.
Syntax
'Declaration
 
Public Overloads Function CreateSharedHandle( _
   ByVal name As System.String, _
   ByVal dwAccess As SharedResourceFlags, _
   Optional ByVal attributesRef As System.Nullable(Of SecurityAttributes) _
) As System.IntPtr
 

Parameters

name
dwAccess
attributesRef
See Also